home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / GXEdit Library & Doc / GXEditScrap.h < prev    next >
Encoding:
Text File  |  1995-04-10  |  287 b   |  16 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:            GXEditScrap.h
  3.     
  4.     Contains:
  5.     
  6.     Written by:        Barton R. House
  7.     
  8.     Copyright:        © 1993 by Apple Computer, Inc., All rights reserved.
  9.     
  10. */
  11.  
  12. void gxEditScrapToDesk(DocPtr dp);
  13. void gxEditScrapFromDesk(DocPtr dp);
  14. void    gxEditEmptyScrap(DocPtr dp);
  15. void    gxEditDisposeScrap(DocPtr dp);
  16.